﻿
#cleft_box {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 130px;
    width: 36px;
    z-index: 99999;
}
.cleft_inner {
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 166px;
}
.inner_btn {
    background: url(../images/rtitleico.png) no-repeat scroll left top transparent;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 120px;
    text-align: center;
    width: 36px;
}
.inner_btn span {
}
.inner_info {
    background: none repeat scroll 0 0 transparent;
    float: right;
    overflow: hidden;
    width: 128px;
}
.inner_tit {
    background: url(../images/leftbg.png) no-repeat scroll left top transparent;
    height: 30px;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 20px;
    width: 128px;
}
.inner_list {
    background: url(../images/leftcontentbg.png) repeat-y scroll 0 0 transparent;
    text-align: center;
    width: 128px;
}
.inner_list ul {
	width:100px;
    font-size: 12px;
    list-style-type: none;
    margin: 0 auto;
    padding-bottom: 12px;
    padding-top: 5px;
    
}
.inner_list ul li {
    margin: 0 auto;
    padding-top: 5px;
    text-align:left;
    line-height:22px;
    border-bottom:1px dotted #cecece;
	width:82px;
    
}
.inner_list ul li img {
    margin-right: 5px;
    vertical-align: middle;
}
.inner_list ul li a {
    color: #000000;
    padding-left: 0px;
    text-decoration: none;

}
.inner_btm a {
    background: url(../images/leftbt.png) no-repeat scroll left top transparent;
    display: block;
    height: 22px;
    width: 128px;

}
